projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf73aa
)
gtk_status_icon_get_title() must return a value
author
Hans Breuer
<hans@breuer.org>
Wed, 1 Jul 2009 20:29:32 +0000
(22:29 +0200)
committer
Hans Breuer
<hans@breuer.org>
Sat, 4 Jul 2009 10:19:06 +0000
(12:19 +0200)
gtk/gtkstatusicon.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusicon.c
b/gtk/gtkstatusicon.c
index f7fa00901063b60b36d509e74ce8f8c265122943..0d6a262d8dc53040a70a6d55acd84f29d0c25ecd 100644
(file)
--- a/
gtk/gtkstatusicon.c
+++ b/
gtk/gtkstatusicon.c
@@
-2949,7
+2949,7
@@
gtk_status_icon_get_title (GtkStatusIcon *status_icon)
{
GtkStatusIconPrivate *priv;
- g_return_
if_fail (GTK_IS_STATUS_ICON (status_icon)
);
+ g_return_
val_if_fail (GTK_IS_STATUS_ICON (status_icon), NULL
);
priv = status_icon->priv;